
.phoneticPopupNo {
  position: absolute;
  width: auto;
  display: none;
  z-index: 99999;
  pointer-events: none;
}



.arrow{ 
position:relative;
 top: -100px; 
 margin-left:330px;
display: none;
cursor:pointer;

 }	  
	 

.counter{
position:absolute;
 top:220px; 
margin-left:-240px;
width:70px;
 background-color: blue; 
 font-size:30px;                      
border-width:10px;




.number{
position:absolute;
top:10px; 
	width:40px;
background-color: black; 
 font-size:25px;
  color:white;
border-width:4px;
border-color:red;

}
input {
 background-color: yellow; 
 font-size:40px;
border-width:20px;}